home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIP Turkiye Aralık 1997.iso / internet / netvamp / _setup.1 / Vampire.exe / 0 / RCDATA / TDELETEFILEQUERYDLG / TDELETEFILEQUERYDLG.txt
Text File  |  1997-08-21  |  1KB  |  74 lines

  1. object DeleteFileQueryDlg: TDeleteFileQueryDlg
  2.   Left = 238
  3.   Top = 122
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Local file exists:'
  7.   ClientHeight = 214
  8.   ClientWidth = 357
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 8
  19.     Width = 48
  20.     Height = 13
  21.     Caption = 'File name:'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 16
  25.     Top = 48
  26.     Width = 23
  27.     Height = 13
  28.     Caption = 'Size:'
  29.   end
  30.   object RadioGroup1: TRadioGroup
  31.     Left = 16
  32.     Top = 96
  33.     Width = 321
  34.     Height = 65
  35.     ItemIndex = 0
  36.     Items.Strings = (
  37.       'Try to restart at current position'
  38.       'Delete this file')
  39.     TabOrder = 0
  40.   end
  41.   object NamePanel: TPanel
  42.     Left = 16
  43.     Top = 24
  44.     Width = 321
  45.     Height = 17
  46.     BevelOuter = bvLowered
  47.     TabOrder = 1
  48.   end
  49.   object SizePanel: TPanel
  50.     Left = 16
  51.     Top = 64
  52.     Width = 321
  53.     Height = 17
  54.     BevelOuter = bvLowered
  55.     TabOrder = 2
  56.   end
  57.   object BitBtn1: TBitBtn
  58.     Left = 96
  59.     Top = 176
  60.     Width = 75
  61.     Height = 25
  62.     TabOrder = 3
  63.     Kind = bkOK
  64.   end
  65.   object BitBtn2: TBitBtn
  66.     Left = 187
  67.     Top = 176
  68.     Width = 75
  69.     Height = 25
  70.     TabOrder = 4
  71.     Kind = bkCancel
  72.   end
  73. end
  74.